@charset "utf-8";
/* CSS Document */

/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  margin:0px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  margin-left:0;
  font: 0.875em/1.5em  bold  Arial, Helvetica, sans-serif !important;
  font-weight:bold;
  text-align:center;
  color:#FFF;
  background:#BEBEBE;
  text-shadow:1px 1px #999;   
  text-transform: uppercase; 
}
.usual ul a:hover {
  color:#FFF;
  background:#999;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#FFF;
  cursor:default;
  
background: rgb(109,189,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,189,255,1) 0%, rgba(0,159,233,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,189,255,1)), color-stop(100%,rgba(0,159,233,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(109,189,255,1) 0%,rgba(0,159,233,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(109,189,255,1) 0%,rgba(0,159,233,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(109,189,255,1) 0%,rgba(0,159,233,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(109,189,255,1) 0%,rgba(0,159,233,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dbdff', endColorstr='#009fe9',GradientType=0 ); /* IE6-9 */

  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }


#usual1 H1{color:#666; font:0.875em  Arial, Helvetica, sans-serif; font-weight:bold  }
#usual1 em a{color:#199FDF; font:11px Arial, Helvetica, sans-serif   }
